<name>Tennessee Ernie Ford</name>
<profession>Museum Guide</profession>
<dialogue>
  <greeting>
    <reply>
      <text>Welcome, guests, to the Museum of Ankka Knox!</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What's on display?</text>
      <npc>
        <reply>
          <text>All Saint Peter's poor critters are made out of muscle and blood, and skin and bones. Another day older, and bones is what is left. Tons of them. Now those archeologists, they do some digging at the mountainside, and have brought plenty of new ones to the company store. From ole mama lion to tiny little skeletons, a lotta men died, and some that we don't even know what critter it was. We've got the pottery, too, of course, and a nice collection of pipes if I may say so. A few rarer items as well, kept safe behind glass. Karigor on 25 gold pieces a day.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Do many people visit the museum?</text>
      <npc>
        <reply>
          <text>Well, these here parts are not exactly overpopulated, so it's mosty travellers. Once the mighty queen Shenandoah of Nannaria paid us a visit. And then there is the yearly gettogether of the goatherders, of course.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if>
        <key>testofpromisebooked</key>
        <key>!centaurbonesaccepted</key>
      </if>
      <text>We were sent here to find proof of the creation of Centaurs.</text>
      <npc>
        <reply>
          <text>Really! Now, those are one of the mythical breeds. We have paintings of several more, nicely done. As it so happens, a sculptor sold me some cute little centaur skeletons last year. And one morning when the sun didn't shine, one of those diggers, I think it was Harry Ford, came up with some bones that you can arrange to make them resemble a full-size Centaur skeleton. 
Do you think they are for real? Here, take some, I have more. Don't know what to do with all those new piles of bones anyway.</text>
          <script>
            <key>centaurbonesaccepted</key>
            <item>Centaur Bones</item>
            <quest>Centaur Proof|Tennessee Ernie Ford gave you some Centaur bones</quest>
            <log>Received some Centaur bones from the museum guide</log>
          </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Bless your soul!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>